Fix variable names
authorrobin <robinp.1273@gmail.com>
Thu, 7 Aug 2014 15:34:57 +0000 (16:34 +0100)
committerrobin <robinp.1273@gmail.com>
Thu, 7 Aug 2014 15:34:57 +0000 (16:34 +0100)
commitf1ce97c965d54e417d453539693a838ed7c536ff
treec863c605601537afddb9b7a39b570677a325d172
parent0fe26747ddfe227109fe63c38efc5abee3544050
Fix variable names

Change I2f4d298a15046c4dc02afbf7582c90a1f17ea4cb added $title = $this->getTitle()
but $title was already defined for the delete reason message, causing the delete log except
to be shown always for the page "MediaWiki:Deletereason-dropdown".
Renaming the previous $title to fix this.

Change-Id: Ibecd181e80d83b0163e17d53b0b1b8c4a366ac1d
includes/page/Article.php